branchwiseguys/main/Bootstrap refactorcancel

23 Commits over 0 Days - ∞cph!

7 Years Ago
Fixed NRE when users quit while they have no character, and generally fixed up the NetworkSubscriber thing a bit
7 Years Ago
#DEFINE fix
7 Years Ago
Update build settings
7 Years Ago
WiseGuysTools scene selection thingee
7 Years Ago
Bootstrap object naming
7 Years Ago
Refactored the singleton classes that I added ages ago to better match the WiseGuys coding style, using virtual methods for subclasses to override and call the base, instead of having the base classes call a separate subclass method.
7 Years Ago
Bootstrap
7 Years Ago
Remove folder
7 Years Ago
Bootstrap work
7 Years Ago
Separate client/server now working correctly. If you're Client, you can start on the new blank Init scene
7 Years Ago
Camera
7 Years Ago
Camera settings
7 Years Ago
UI fixes
7 Years Ago
Bootstrap scene gone. New system essentially working
7 Years Ago
Refactoring network classes to not use Awake/Start/OnApplicationQuit/Update now that they're IBootstrap ScriptableObjects and those no longer get called
7 Years Ago
More conversion
7 Years Ago
Converting more stuff
7 Years Ago
Fix bug
7 Years Ago
Merge from Main
7 Years Ago
Working on conversions to the new system
7 Years Ago
Worked out some stuff. Plus removed bootstrap stuff from WiseGuys tools. Bootstrap is now a ScriptableObject that loads itself - I swear it makes sense
7 Years Ago
Add mathods from the old Bootstrap file
7 Years Ago
Initial bootstrap script import. Removed ActiveSceneCheck. Repurposed my MonoBehaviourHelper to mirror Bill F's equivalent MonoBehaviourEventCallback